SunoGet Desktop Downloader
==========================
Batch-downloads your Suno AI library to a folder on your computer: MP3 audio,
lyrics, synced .LRC files and album artwork. Runs entirely on your machine.

Requires Python 3. macOS already has it. Windows users: install it from
https://python.org/downloads and tick "Add python.exe to PATH".


HOW TO RUN
----------
macOS    Double-click "SunoGet Downloader.app".

         The first time, macOS will say it "cannot be opened because it is
         from an unidentified developer". This is expected -- the app is not
         signed with a paid Apple certificate. To open it:
              Right-click the app  ->  Open  ->  Open

         You only do this once. Or skip the app entirely and double-click
         "Run SunoGet (Mac).command" instead.

Windows  Double-click "Run SunoGet (Windows).bat".

Linux    Run:  python3 app.py


A control panel opens in your browser at 127.0.0.1. Paste your Suno session
token if your workspace is private, choose a destination folder, and start.


KEEP THESE FILES TOGETHER
-------------------------
The launchers run app.py from their own folder. Moving app.py somewhere else
stops them working. Move the whole "SunoGet Desktop" folder instead.


PRIVACY
-------
Nothing is uploaded anywhere. The server it starts is bound to 127.0.0.1
(your machine only) on a random port, and every action requires a token that
is generated fresh each run, so no other page you have open can drive it.
Your Suno session token is held in memory for the run and never written to
disk.

Free and unaffiliated with Suno, Inc.   https://sunoget.com
